(vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 23 Aug 2003 23:04:20 +0000 (23:04 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 23 Aug 2003 23:04:20 +0000 (23:04 +0000)
lisp/vc-hooks.el

index 612d3747c9ed3b23a3be7449c862a859d560ada3..360417511998ca719aed8c9382b753026e13193c 100644 (file)
@@ -6,7 +6,7 @@
 ;; Author:     FSF (see vc.el for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-hooks.el,v 1.156 2003/07/26 16:07:25 rost Exp $
+;; $Id: vc-hooks.el,v 1.157 2003/08/23 10:06:29 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
 
 (defvar vc-ignore-vc-files nil)
 (make-obsolete-variable 'vc-ignore-vc-files
-                        "set vc-handled-backends to nil to disable VC.")
+                        "set `vc-handled-backends' to nil to disable VC.")
 
 (defvar vc-master-templates ())
 (make-obsolete-variable 'vc-master-templates 
  "to define master templates for a given BACKEND, use 
 vc-BACKEND-master-templates.  To enable or disable VC for a given
-BACKEND, use vc-handled-backends.")
+BACKEND, use `vc-handled-backends'.")
 
 (defvar vc-header-alist ())
 (make-obsolete-variable 'vc-header-alist 'vc-BACKEND-header)